fix: extend bounded cypher reentry carrier#975
Merged
Conversation
b56cdd2 to
d5ea36b
Compare
e4f7d32 to
ff94129
Compare
e9c5bb3 to
f0edcb2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MATCH ... WITH ... MATCH ...subsetRETURN/ORDER BY#987and#989Supported boundary
WITHrow ordering surviving into a multi-row trailingMATCHValidation
python -m py_compile graphistry/compute/gfql_unified.py graphistry/compute/gfql/cypher/lowering.py graphistry/tests/compute/test_gfql.py graphistry/tests/compute/gfql/cypher/test_lowering.pyruff check --no-cache graphistry/compute/gfql_unified.py graphistry/compute/gfql/cypher/lowering.py graphistry/tests/compute/test_gfql.py graphistry/tests/compute/gfql/cypher/test_lowering.pyPYTHONPATH=. pytest -q graphistry/tests/compute/test_gfql.py -k 'reentry'PYTHONPATH=. pytest -q graphistry/tests/compute/gfql/cypher/test_lowering.py -k 'reentry'PYTHONPATH=. pytest -q graphistry/tests/compute/test_gfql.py graphistry/tests/compute/gfql/cypher/test_lowering.py487 passed, 47 skippedgh pr checks 975b4f730fbdssh dgx-sparkshared-checkout remote worktree26.02cuda137 passed in 3.18sCompanion / follow-ons
graphistry/tck-gfql#12test: refresh direct cypher support after rebase#987explicitReentryPlan/ hidden-column-handshake cleanup#989broader row-carrier IR directionNotes
WITHor row-carrier redesign